home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / penguinpass.swf / scripts / frame_16 / DoAction.as
Text File  |  2008-03-17  |  530b  |  22 lines

  1. _quality = "MEDIUM";
  2. _root.tthe = true;
  3. grid = new Array();
  4. sub = 0;
  5. while(sub <= 180)
  6. {
  7.    grid[sub] = 0;
  8.    sub++;
  9. }
  10. _root.letclick = true;
  11. board = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
  12. thispoints = 0;
  13. turn = 1;
  14. completed = false;
  15. gotshape = true;
  16. _root.populate();
  17. _root.nextshape.placeshape = _root["level" + _root.level][2];
  18. _root.nextshape.gotoAndStop(2);
  19. _root.cursorshape.placeshape = _root["level" + _root.level][1];
  20. _root.cursorshape.gotoAndStop(2);
  21. _root.cover.gotoAndPlay("open");
  22.